Q3OrientationStyle_Get
You can use theQ3OrientationStyle_Get
function to get the orientation style value of an orientation style.
TQ3Status Q3OrientationStyle_Get ( TQ3StyleObject frontFacingDirectionObject, TQ3OrientationStyle *frontFacingDirection);
frontFacingDirectionObject
- An orientation style object.
frontFacingDirection
- On exit, a pointer to the orientation style value of the specified orientation style object.
DESCRIPTION
TheQ3OrientationStyle_Get
function returns, in thefrontFacingDirection
parameter, a pointer to the current orientation style value of the style object specified by thefrontFacingDirectionObject
parameter.